toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.zoom.event
/
[jvm]ZoomLevelChanged
Zoom
Level
Changed
public
interface
ZoomLevelChanged
implements
ZoomLevelsEvent
An event indicating that the zoom level for a specific URL has been changed.
Members
Functions
host
Link copied to clipboard
public
Host
host
(
)
Returns the host of the URL of the web page which zoom level has been changed.
level
Link copied to clipboard
public
ZoomLevel
level
(
)
Returns the new zoom level of a web page.
zoom
Levels
Link copied to clipboard
public
ZoomLevels
zoomLevels
(
)
Returns the
ZoomService
instance initiated this event.